home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 44
/
Amiga Format CD44 (1999-08-26)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-10].iso
/
-serious-
/
wb
/
newicons46upd
/
update_binaries
< prev
next >
Wrap
Text File
|
1999-07-12
|
726b
|
25 lines
;Update_Binaries for NewIcons 4.5 -> 4.6
;20-Jun-99
;Team NewIcons
C:version >NIL: libs:newicon.library version 40 revision 1
If warn
echo "Hmm..it seems you have not installed the full NewIcons V4.5."
echo "I cannot update something that doesn't exist on your system."
echo "Please install the main 4.5 archive first, then run this script,"
echo "or get the 4.6 full install from Aminet or the NewIcons website."
skip end
endif
echo "Installing NewIconsPrefs to Sys:Prefs..." noline
copy Prefs/#? to Sys:Prefs QUIET
wait
echo "done."
wait
echo "Installing NewIcons executable to C:..." noline
copy c/#? C: QUIET
wait
echo "done."
echo
echo "Installation Complete. Don't forget to reboot."
wait 3
lab end